chore(deps): update dependency tap to v21#65
Conversation
|
See the guidelines for reviewing dependency updates for info on how to review dependency update PRs. |
a425c3b to
d8e35a7
Compare
d8e35a7 to
1c1e86a
Compare
1c1e86a to
ac32d73
Compare
1f07e5b to
98cf6fe
Compare
250e4d1 to
92da285
Compare
08aa3d4 to
2a1cff6
Compare
d451a74 to
c9300d4
Compare
c9300d4 to
0a13db9
Compare
0a13db9 to
63f656b
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
| "server-destroy": "^1.0.1", | ||
| "standard": "^9.0.0", | ||
| "tap": "^15.1.5", | ||
| "tap": "^21.0.0", |
There was a problem hiding this comment.
Removed --no-check-coverage flag breaks test-ci script
High Severity
Upgrading tap from ^15 to ^21 without updating the test-ci script breaks the test runner. The --no-check-coverage flag used in "test-ci": "tap --no-check-coverage tests/test-*.js" was removed in tap v18's major overhaul. In tap v18+, coverage configuration changed entirely — the replacement options are --allow-incomplete-coverage or --disable-coverage. Running the existing script with tap v21 will fail with an unrecognized option error.
Additional Locations (1)
63f656b to
1a0f718
Compare


This PR contains the following updates:
^15.1.5→^21.0.0Release Notes
tapjs/tapjs (tap)
v21.6.2Compare Source
v21.6.1Compare Source
v21.6.0Compare Source
v21.5.1Compare Source
v21.5.0Compare Source
v21.4.0Compare Source
v21.3.0Compare Source
v21.2.0Compare Source
v21.1.6Compare Source
v21.1.5Compare Source
v21.1.4Compare Source
v21.1.3Compare Source
v21.1.2Compare Source
v21.1.1Compare Source
v21.1.0Compare Source
v21.0.2Compare Source
v21.0.1Compare Source
v21.0.0Compare Source
v20.0.3Compare Source
v20.0.2Compare Source
v20.0.1Compare Source
v20.0.0Compare Source
v19.2.5Compare Source
v19.2.4Compare Source
v19.2.3Compare Source
v19.2.2Compare Source
v19.2.1Compare Source
v19.2.0Compare Source
v19.1.1Compare Source
v19.1.0Compare Source
v19.0.2Compare Source
v19.0.1Compare Source
v19.0.0Compare Source
v18.8.0Compare Source
v18.7.3Compare Source
v18.7.2Compare Source
v18.7.1Compare Source
v18.7.0Compare Source
v18.6.1Compare Source
v18.6.0Compare Source
v18.5.8Compare Source
v18.5.7Compare Source
v18.5.6Compare Source
v18.5.5Compare Source
v18.5.4Compare Source
v18.5.3Compare Source
v18.5.2Compare Source
v18.5.1Compare Source
v18.5.0Compare Source
v18.4.6Compare Source
v18.4.5Compare Source
v18.4.4Compare Source
v18.4.3Compare Source
v18.4.2Compare Source
v18.4.1Compare Source
v18.4.0Compare Source
What's Changed
Note: The formatting of
Symbolobjects and enumerableSymbolproperties has changed in snapshots and object diffs.You may need to run
tap --snapshotafter updating to this release, and/or update some tests that were relying on symbol property keys being ignored.Symbolkeys in formatting/comparison.Symbol.for(...)if appropriate.Symbolconstructor asSymbol.<key>, egSymbol.iteratorinstead ofSymbol(Symbol.iterator).Full Changelog: https://github.com/tapjs/tapjs/compare/[email protected]@18.4.0
v18.3.1Compare Source
Bug-fix, actually turning off type checking by default, as intended.
v18.3.0Compare Source
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.2.2Compare Source
What's Changed
my-wayto 100 club by @amio in #573tsandjsxby default, removeesmby @coreyfarrell in #651New Contributors
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.2.1Compare Source
Note: this is the first auto-generated release notes release for tap 18, and GitHub picked up every change in all the repos pulled into the monorepo since forever. It's not technically "incorrect" per se, but it is unhelpful. Moving forward, these will be hopefully much less absurd. My apologies for the spam if you were tagged in this.
What's Changed
my-wayto 100 club by @amio in #573tsandjsxby default, removeesmby @coreyfarrell in #651New Contributors
Full Changelog: https://github.com/tapjs/tapjs/commits/[email protected]
v18.2.0Compare Source
v18.1.5Compare Source
v18.1.4Compare Source
v18.1.3Compare Source
v18.1.2Compare Source
v18.1.1Compare Source
v18.1.0Compare Source
v18.0.4Compare Source
v18.0.3Compare Source
v18.0.2Compare Source
v18.0.1Compare Source
v18.0.0Compare Source
v16.3.10Compare Source
v16.3.9Compare Source
v16.3.8Compare Source
v16.3.7Compare Source
v16.3.6Compare Source
v16.3.5Compare Source
v16.3.4Compare Source
v16.3.3Compare Source
v16.3.2Compare Source
v16.3.1Compare Source
v16.3.0Compare Source
v16.2.0Compare Source
v16.1.0Compare Source
v16.0.1Compare Source
v16.0.0Compare Source
https://node-tap.org/changelog/#160---2022-03-05
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR was generated by Mend Renovate. View the repository job log.